GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-18T05:05:04.1458435+00:00",
"SubmitDate": "2026-04-18T05:05:04.1458435+00:00",
"ReportPeriodStart": "2026-04-18T05:05:04.1458435+00:00",
"ReportPeriodEnd": "2026-04-18T05:05:04.1458435+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1e89e71d-1cf4-477c-b487-784a0b001fc5",
"Rows": [
{
"ItemId": "fb23232a-6cf1-47cf-87c5-b6a26483c0c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fb23232a-6cf1-47cf-87c5-b6a26483c0c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1e89e71d-1cf4-477c-b487-784a0b001fc5",
"Rows": [
{
"ItemId": "fb23232a-6cf1-47cf-87c5-b6a26483c0c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fb23232a-6cf1-47cf-87c5-b6a26483c0c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f13ae72d-1d1b-4fa5-a789-5c1c2cf5eed6",
"2b9ea1d0-19de-4031-a257-85bea96acf8b"
],
"Approvers": [
"ace2b3f7-3d93-4dd2-bcfa-8005dea19f3c",
"e60cbcfb-49ec-4917-9644-fbe452268289"
],
"ApprovedBy": "3c4082f3-c62e-4f43-8b7a-0c311f03d6cb",
"ApprovalDate": "2026-04-18T05:05:04.1458435+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7b50ead2-a765-4896-bf2c-7a51ab06ca0c",
"id": "ac58df5b-60d9-4180-8470-242546998f0a",
"ConfigId": "bddb9755-bac4-4844-b056-a7a8df6b4a7f"
},
{
"GenerationDate": "2026-04-18T05:05:04.1458435+00:00",
"SubmitDate": "2026-04-18T05:05:04.1458435+00:00",
"ReportPeriodStart": "2026-04-18T05:05:04.1458435+00:00",
"ReportPeriodEnd": "2026-04-18T05:05:04.1458435+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1e89e71d-1cf4-477c-b487-784a0b001fc5",
"Rows": [
{
"ItemId": "fb23232a-6cf1-47cf-87c5-b6a26483c0c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fb23232a-6cf1-47cf-87c5-b6a26483c0c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1e89e71d-1cf4-477c-b487-784a0b001fc5",
"Rows": [
{
"ItemId": "fb23232a-6cf1-47cf-87c5-b6a26483c0c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fb23232a-6cf1-47cf-87c5-b6a26483c0c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f13ae72d-1d1b-4fa5-a789-5c1c2cf5eed6",
"2b9ea1d0-19de-4031-a257-85bea96acf8b"
],
"Approvers": [
"ace2b3f7-3d93-4dd2-bcfa-8005dea19f3c",
"e60cbcfb-49ec-4917-9644-fbe452268289"
],
"ApprovedBy": "3c4082f3-c62e-4f43-8b7a-0c311f03d6cb",
"ApprovalDate": "2026-04-18T05:05:04.1458435+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7b50ead2-a765-4896-bf2c-7a51ab06ca0c",
"id": "ac58df5b-60d9-4180-8470-242546998f0a",
"ConfigId": "bddb9755-bac4-4844-b056-a7a8df6b4a7f"
}
]